home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master01.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  271 b   |  14 lines

  1. on mouseUp
  2.   global k, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4
  3.   if k = 0 then
  4.     puppetSound(0)
  5.     sound stop 2
  6.     set gReadVoice1 to 1
  7.     set gReadVoice2 to 1
  8.     set gReadVoice3 to 1
  9.     set gReadVoice4 to 1
  10.     cursor(200)
  11.     go("pane4")
  12.   end if
  13. end
  14.